home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!camino.demon.co.uk
- From: Barry Johnson <bj@camino.demon.co.uk>
- Newsgroups: comp.sys.amiga.datacomm,demon.tech.amiga
- Subject: Re: SMTP dameons
- Followup-To: comp.sys.amiga.datacomm,demon.tech.amiga
- Date: Thu, 7 Mar 96 18:51:58 GMT
- Organization: the helm
- Message-ID: <19960307.2FA730.11489@camino.demon.co.uk>
- References: <826157104.12826@nibelung.demon.co.uk>
- X-NNTP-Posting-Host: camino.demon.co.uk
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!camino.demon.co.uk
-
- Barry Shilliday (barry@nibelung.demon.co.uk) wrote:
- > Are there any other SMTP daemons around other than the one provided
- > with INet-Utils or the archive Amigasmtpd? The former isn't Amitcp
- > 'friendly' - it doesn't run via inetd and gives no indication of
- > delivery, while the latter is buggy and often crashes the machine.
- > Any help appreciated!
- >
- I use the SMTPd from INet-Utils with no probs. I run it in a small window
- at the bottom of the screen as part of a script and because the output
- is not redirected to NIL: I see all mail coming and going.
- This command gets it going:
-
- RUN > "CON:190/200/455/80/SMTP Mail Transfer" Scripts:GetMail
-
- The 4 line script GetMail looks like this:
-
- FAILAT 99
- SETFONT Thin609 8
- Echo "*e[37mStarting SMTP transfer..."
- AmiTCP:serv/SMTPd
-
- Note that the Font and path to SMTPd may be different for you.
-
- --
-
- Barry Johnson
- //
- \X/
-
-
-